Skip to content

feat: make code navigation tools always available - #45

Merged
jlitola merged 1 commit into
mainfrom
quiver-locust
Apr 28, 2026
Merged

feat: make code navigation tools always available#45
jlitola merged 1 commit into
mainfrom
quiver-locust

Conversation

@jlitola

@jlitola jlitola commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Removes the code_navigation startup gate and local CLI override so indexed package/source tools register by default.
  • Wires package/source services from the independent GITHITS_CODE_NAV_URL default and simplifies CLI/MCP registration, auth status, tests, and docs.
  • Tightens MCP top-level instructions and updates user/implementation docs for the always-on search, docs, pkg, and code surfaces.

Verification

  • bun run dev --help
  • bun run dev search --help
  • bun run dev code --help
  • bun run dev pkg --help
  • bun run dev docs --help
  • bun run dev search "router middleware" --in npm:express --limit 1 --wait 5 --json
  • bun run dev pkg info npm:express --json
  • bun run dev code files npm:express --limit 3 --json
  • bun run dev docs list npm:express --limit 3 --json
  • bun test
  • bun run build

Remove the code_navigation startup gate and local override so CLI and MCP package/source tools register by default against the configured package service.
@jlitola
jlitola merged commit dd9f693 into main Apr 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant